Video sharing not working |
| |||
if i try to share a video, source [code]http://www.youtube.com/watch?v=fVz413d3vnc[/code] then i am getting a error message [code]Invalid Youtube video URL:[url]http://gdata.youtube.com/feeds/api/videos/fVz413d3vnc[/code][/url] please help
|
| |||
[quote=thuvalpakshi]if i try to share a video, source [code]http://www.youtube.com/watch?v=fVz413d3vnc[/code] then i am getting a error message [code]Invalid Youtube video URL:[url]http://gdata.youtube.com/feeds/api/videos/fVz413d3vnc[/code][/url] please help [/quote] if i install this in localhost in my PC video sharing working what would be the problem?
|
| |||
Edit the php.ini file
|
| |||
thank you very much sir.
|
| |||
[quote=dn31]Edit the php.ini file Hi all! Thanks for taking the time to read this post. Same problem here also and allow_url_fopen in set to "On". The module itself uses file_get_contents(). I've tested it by itself and get the same error the module produces: "Couldn't connect to server" and "failed to open stream" although the script returns "invalid URL". I am using a validated remote URL.
|
| |||
[quote=tdkrantz] Hi all! Thanks for taking the time to read this post. Same problem here also and allow_url_fopen in set to "On". The module itself uses file_get_contents(). I've tested it by itself and get the same error the module produces: "Couldn't connect to server" and "failed to open stream" although the script returns "invalid URL". I am using a validated remote URL. Oh Yeah! Answered my own question. For others with the same problem, try adding the following attribute to the php.ini: allow_url_include = On. :)
|
| |||
How to edit php.ini file? And where is php.ini file located?
|
| |||
Where is my php.ini file located?
|
| |||
already solved try this ...Thanks to gilmichelz [url]http://community.jcow.net/forums/viewthread/750[/url]
|